Intersoft ClientUI Documentation
ValidateValue Method (UXMaskedInputGenericBase<T>)



Method to validate the value against the EditMask and raise error if the value does not match the EditMask.
Syntax
Public Overridable Function ValidateValue() As Boolean
Dim instance As UXMaskedInputGenericBase(Of T)
Dim value As Boolean
 
value = instance.ValidateValue()
public virtual bool ValidateValue()
public:
virtual bool ValidateValue(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXMaskedInputGenericBase<T> Class
UXMaskedInputGenericBase<T> Members

Send Feedback